home *** CD-ROM | disk | FTP | other *** search
/ El Mac 7 / El Mac 7.iso / Infotenimiento / Makers of the 20th Century / Data / UE.DIR / 00236.ls < prev    next >
Encoding:
Text File  |  1996-04-25  |  320 b   |  14 lines

  1. on enterFrame
  2.   global FramesMap, MensFrames
  3.   if inside(point(the mouseH, the mouseV), rect(122, 229, 512, 379)) then
  4.     MyCursor(258, 259)
  5.   else
  6.     if inside(point(the mouseH, the mouseV), rect(122, 379, 512, 429)) then
  7.       MyCursor(256, 257)
  8.     else
  9.       ReleasCursor()
  10.       cursor(0)
  11.     end if
  12.   end if
  13. end
  14.